.newFooterWrap {
  width: 100%;
  overflow: hidden;
  clear: both;
  margin: 0 auto;
  background: #0e0e0e;
}
.newFooter {
  width: 1200px;
  overflow: hidden;
  clear: both;
  margin: 0 auto;
  background: url(../images/newFooter_pic03.png) 140px 20px no-repeat;
  background-size: 600px;
  padding-top: 58px;
}
.newFooter_top {
  width: 100%;
  overflow: hidden;
  clear: both;
  border-bottom: 1px solid #666;
  padding-bottom: 30px;
}
.newFooter_left {
  width: 260px;
  float: left;
}
.newFooter_left_p1 {
  width: 100%;
  overflow: hidden;
  clear: both;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  padding-bottom: 10px;
}
.newFooter_left_inp {
  width: 100%;
  overflow: hidden;
  clear: both;
  box-sizing: border-box;
  border: 1px solid #666666;
  border-radius: 5px;
  margin-top: 20px;
}
.newFooter_left_inp input {
  display: block;
  width: 100%;
  overflow: hidden;
  clear: both;
  font-size: 14px;
  color: #666;
  padding: 10px;
  background: none;
  border: none;
}
.newFooter_left_btn {
  width: 100%;
  overflow: hidden;
  clear: both;
  border: none;
  background: #3cc5bf;
  font-size: 14px;
  padding: 10px 0;
  color: #fff;
  border-radius: 5px;
  margin-top: 20px;
}
.newFooter_center {
  width: 705px;
  float: left;
  padding-top: 128px;
}
.newFooter_center_top {
  width: 100%;
  overflow: hidden;
  clear: both;
  text-align: right;
}
.newFooter_center_top span {
  display: inline-block;
  position: relative;
  font-size: 16px;
  color: #fff;
  line-height: 30px;
  padding: 10px 0;
}
.newFooter_center_top span b {
  font-size: 30px;
}
.newFooter_center_top span:before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 60%;
  background: #fff;
  height: 1px;
}
.newFooter_center_top span:after {
  position: absolute;
  content: '';
  right: 0;
  bottom: 0;
  width: 60%;
  background: #fff;
  height: 1px;
}
.newFooter_center_bottom {
  width: 100%;
  overflow: hidden;
  clear: both;
  text-align: right;
  margin-top: 30px;
  vertical-align: middle;
}
.newFooter_center_bottom a,
.newFooter_center_bottom b,
.newFooter_center_bottom span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.newFooter_center_bottom span {
  font-size: 16px;
  font-weight: bold;
}
.newFooter_center_bottom a {
  font-size: 14px;
  line-height: 24px;
  position: relative;
  padding: 0 10px;
}
.newFooter_center_bottom a:after {
  width: 1px;
  height: 10px;
  background: #666;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -5px;
  content: '';
}
.newFooter_center_bottom a:last-child {
  padding-right: 0;
}
.newFooter_center_bottom a:last-child:after {
  display: none;
}
.newFooter_right {
  float: right;
  margin-top: 53px;
  width: 135px;
}
.newFooter_right img.img1 {
  display: block;
  width: 135px;
}
.newFooter_right_p1 {
  display: block;
  width: 100%;
  font-size: 16px;
  color: #fff;
  text-align: center;
  line-height: 22px;
  margin-top: 5px;
}
.newFooter_right_p2 {
  width: 100%;
  overflow: hidden;
  clear: both;
  vertical-align: middle;
}
.newFooter_right_p2 img {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
}
.newFooter_right_p2 span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  color: #fff;
  padding-left: 10px;
  line-height: 20px;
}
.newFooter_bottom {
  width: 100%;
  overflow: hidden;
  clear: both;
  padding: 20px 0;
}
.newFooter_bottom_p1 {
  width: 100%;
  overflow: hidden;
  clear: both;
  text-align: left;
  line-height: 22px;
  padding: 5px 0;
}
.newFooter_bottom_p1 span {
  font-size: 12px;
  color: #fff;
}
.newFooter_bottom_p1 a {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  padding: 0 2px;
}
.newFooter_bottom_p1 a:hover {
  color: #fff;
}
.newFooter_bottom_p1 span.span1 {
  color: rgba(255, 255, 255, 0.6);
  position: relative;
  padding: 0 10px;
}
.newFooter_bottom_p1 span.span1:after {
  width: 1px;
  height: 10px;
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  margin-top: -5px;
  background: #666;
}
.newFooter_bottom_p1 span.span2 {
  padding-left: 0;
}
.newFooter_bottom_p1 span.span2:after {
  display: none;
}

.download {
  width: 300px;
  margin-left: -150px;
  overflow: hidden;
  clear: both;
  background: #fff;
  position: absolute;
  left: 50%;
  border-radius: 5px;
  top: 50%;
  margin-top: -214px;
}

.download_top {
  background: #f6f6f9;
  width: 100%;
  overflow: hidden;
  clear: both;
  text-align: center;
  height: 60px;
  position: relative;
  vertical-align: middle;
  line-height: 60px;
}
.download_top span {
  color: #fb0172;
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  font-weight: bold;
}
.download_close {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  cursor: pointer;
}

.down_btn {
  width: 100%;
  overflow: hidden;
  clear: both;
  background: #ff0072;
  height: 36px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  border: none;
  border-radius: 30px;
}
.book-img {
  bottom: 0;
  box-shadow: 6px 6px 4px 0 rgba(0, 0, 0, 0.21);
  height: 256px;
  left: 50%;
  margin-left: -138px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
  position: absolute;
  transform: rotate(7deg);
  transform-origin: top left;
  width: 276px;
}

.TestFrameOne_alert_three_main {
  padding: 35px;
}
.TestFrameOne_alert_one_main {
  width: 100%;
  overflow: hidden;
  clear: both;
  box-sizing: border-box;
}
.TestFrameOne_alert_two_main_right_form {
  width: 100%;
  overflow: hidden;
  clear: both;
}
.TestFrameOne_alert_two_main_right_form_one {
  width: 208px;
  overflow: hidden;
  height: 34px;
  background: #f6f6f9;
  border-radius: 30px;
  border: 1px solid #dcd1ff;
  margin-bottom: 12px;
}
.TestFrameOne_alert_two_main_right_form_one input {
  width: 100%;
  overflow: hidden;
  clear: both;
  font-size: 14px;
  padding: 8px 15px;
  box-sizing: border-box;
  border: none;
  background: none;
}
.TestFrameOne_alert_two_main_right_form_one {
  width: 208px;
  overflow: hidden;
  height: 34px;
  background: #f6f6f9;
  border-radius: 30px;
  border: 1px solid #dcd1ff;
  margin-bottom: 12px;
}
.TestFrameOne_alert_two_main_right_form_one input.inpOne {
  width: 120px;
  float: left;
}
.TestFrameOne_alert_two_main_right_form_one button.TestFrameOne_alert_one_btnOne {
  width: 88px;
  float: left;
  text-align: center;
  font-size: 14px;
  color: #ff0072;
  line-height: 34px;
  background: none;
  border: none;
  position: relative;
}

.books-wrapper {
  overflow: hidden;
  padding-top: 80px;
  /*min-height:100vh;*/
}
.book-img-wrapper {
  background-color: rgb(255, 0, 133);
  position: relative;
}
.book-bg {
  height: 192px;
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 100%;
}

.book-btn {
  display: flex;
  left: 49%;
  margin-left: -175px;
  min-width: 300px;
  position: absolute;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-transform: uppercase;
  top: 60px;
  color: #ff3716;
}
.book-btn-title {
  background: #fff;
  color: #ff3716;
  font-family: RingsideCompressedSSm-Bold_Web;
  font-size: 19px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -1.5px;
  padding: 14px 11px;
  position: relative;
  text-align: center;
  width: 100%;
}

.book-btn-arrow {
  background: #eff3f7;
  padding: 12px 24.7px;
  position: relative;
}
.book-btn-arrow i {
  color: #006783;
  font-size: 30px;
  position: relative;
  top: -4px;
  transition: all 0.25s ease;
}
.transition-bar {
  background-color: #006783;
  bottom: 0;
  height: 0;
  left: 0;
  margin: 0 auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.25s ease;
  width: 34px;
}
.zmdi {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font: normal normal normal 14px/1 Material-Design-Iconic-Font;
  text-rendering: auto;
}
.book-btn-arrow:hover i {
  top: 0;
}
